runtime.mspan.isUserArenaChunk (field)
12 uses
runtime (current package)
arena.go#L157: if span == nil || !span.isUserArenaChunk {
arena.go#L749: return s.isUserArenaChunk && s.spanclass == makeSpanClass(0, true)
arena.go#L758: if !s.isUserArenaChunk {
arena.go#L828: return s.isUserArenaChunk
arena.go#L839: if !s.isUserArenaChunk {
arena.go#L954: s.isUserArenaChunk = true
mgcsweep.go#L615: if raceenabled && !s.isUserArenaChunk {
mgcsweep.go#L618: if msanenabled && !s.isUserArenaChunk {
mgcsweep.go#L621: if asanenabled && !s.isUserArenaChunk {
mgcsweep.go#L701: if s.isUserArenaChunk {
mheap.go#L489: isUserArenaChunk bool // whether or not this span represents a user arena
mheap.go#L1600: if s.isUserArenaChunk {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |